Directory Structure
Few important directories in the TomEE server are as follows:
- /bin: This directory contains the startup and shutdown scripts for both Windows and Linux.
- /conf: This directory contains the main configuration files for TomEE. The two most important are the server.xml and the global tomee.xml.
- /lib: This directory contains Java Archive files that TomEE is dependent upon.
- /logs: This directory contains TomEE log files.
- /webapps: All web applications are deployed in this directory; it contains the WAR file.
- /work: This is the directory in which TomEE will place all servlets that are generated.